gtk-builder-tool: Add more exceptions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 14:16:55 +0000 (10:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 15:55:57 +0000 (11:55 -0400)
gtk/gtk-builder-tool.c

index 91cad480f743edc19902dcb825edcc84a91ee22f..1ddcec5dfb925c8a01f7411db037e6d333c2a4fd 100644 (file)
@@ -109,6 +109,11 @@ needs_explicit_setting (MyParserData *data,
     const char *property;
     gboolean packing;
   } props[] = {
+    { "GtkAboutDialog", "program-name", 0 },
+    { "GtkCalendar", "year", 0 },
+    { "GtkCalendar", "month", 0 },
+    { "GtkCalendar", "day", 0 },
+    { "GtkPlacesSidebar", "show-desktop", 0 },
     { "GtkRadioButton", "draw-indicator", 0 },
     { "GtkGrid", "left-attach", 1 },
     { "GtkGrid", "top-attach", 1 },